home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TMODELPLACEMENTDLG / TMODELPLACEMENTDLG.txt
Encoding:
Text File  |  1999-10-16  |  1.5 KB  |  82 lines

  1. object ModelPlacementDlg: TModelPlacementDlg
  2.   Left = 250
  3.   Top = 78
  4.   BorderStyle = bsDialog
  5.   Caption = 'Model Placement Dialog'
  6.   ClientHeight = 92
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 257
  18.     Height = 41
  19.     Shape = bsFrame
  20.   end
  21.   object Label11: TLabel
  22.     Left = 24
  23.     Top = 20
  24.     Width = 20
  25.     Height = 13
  26.     Caption = 'Size'
  27.   end
  28.   object Label15: TLabel
  29.     Left = 154
  30.     Top = 20
  31.     Width = 40
  32.     Height = 13
  33.     Hint = 'Percentage of grid squares with actor'
  34.     Caption = 'Rotation'
  35.     ParentShowHint = False
  36.     ShowHint = False
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 59
  40.     Top = 60
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object CancelBtn: TButton
  49.     Left = 139
  50.     Top = 60
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object ModelHeightEdit: TFloatEdit
  59.     Left = 56
  60.     Top = 16
  61.     Width = 65
  62.     Height = 21
  63.     TabOrder = 2
  64.     Text = '0.00'
  65.     Digits = 2
  66.     Max = 99999999.900000000000000000
  67.     ErrorMessage = '[No Text]'
  68.   end
  69.   object RotationSpinEdit: TSpinEdit
  70.     Left = 200
  71.     Top = 16
  72.     Width = 57
  73.     Height = 22
  74.     Increment = 10
  75.     MaxLength = 3
  76.     MaxValue = 359
  77.     MinValue = 0
  78.     TabOrder = 3
  79.     Value = 0
  80.   end
  81. end
  82.